str

(alias) pure function str(): text

Converts this integer to a text string.

Alias

Alias target

Since

0.9.0


(alias) pure function str(radix: integer): text

Converts this integer to a text string with the specified radix.

Alias

Alias target

Since

0.9.0

Parameters

radix

The radix (base) to use for the string representation.